type internal/strconv.decimalSlice
13 uses
internal/strconv (current package)
ftoa.go#L130: var digs decimalSlice
ftoa.go#L193: var digs decimalSlice
ftoa.go#L197: digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
ftoa.go#L220: digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
ftoa.go#L225: func formatDigits(dst []byte, shortest bool, neg bool, digs decimalSlice, prec int, fmt byte) []byte {
ftoa.go#L399: type decimalSlice struct {
ftoa.go#L405: func fmtE(dst []byte, neg bool, d decimalSlice, prec int, fmt byte) []byte {
ftoa.go#L460: func fmtF(dst []byte, neg bool, d decimalSlice, prec int) []byte {
ftoadbox.go#L25: func dboxFtoa(d *decimalSlice, mant uint64, exp int, denorm bool, bitSize int) {
ftoadbox.go#L33: func dboxFtoa64(d *decimalSlice, mant uint64, exp int, denorm bool) {
ftoadbox.go#L104: func dboxFtoa32(d *decimalSlice, mant uint32, exp int, denorm bool) {
ftoadbox.go#L175: func dboxDigits(d *decimalSlice, mant uint64, exp int) {
ftoafixed.go#L18: func fixedFtoa(d *decimalSlice, mant uint64, exp, digits, prec int, fmt byte) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |